From 855d9a3e18acd49dca6121ab502c0448fa9f6925 Mon Sep 17 00:00:00 2001 From: "tsteven4@gmail.com" Date: Thu, 3 Apr 2014 02:24:56 +0000 Subject: [PATCH] fix indexing bug in tpo reader routes. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4790 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/tpo.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/tpo.cc b/gpsbabel/tpo.cc index c1bb98b4d..159f19c9c 100644 --- a/gpsbabel/tpo.cc +++ b/gpsbabel/tpo.cc @@ -1307,7 +1307,7 @@ void tpo_process_routes(void) // for (jj = 0; jj < waypoint_cnt; jj++) { Waypoint* waypoint_temp; - unsigned char val; + unsigned int val; //UNKNOWN DATA LENGTH -- 2.30.2